Contents | < Browse | Browse >
 · The CUTCR/S option removes the carriage return at the end of the date
   which is displayed.  The purpose of this is so that you can use the
   NewDate command with programs like KingCON and insert the date into
   the title bar (how you do this is explained later) of a CLI window.
   However, how you use the CUTCR/S option is explained below.

 · Without using the CUTCR/S option from CLI :-

      1.>> NewDate

   Typical output:-

      Tuesday 06-August-1996
      1.>>

 · Using the CUTCR/S option from CLI :-

      1.>> NewDate CUTCR

   Typical output:-

      Tuesday 06-August-19961.>>

 · As you can see, the 1.>> is placed directly after the year 1996.  This
   option may not serve any sense to you at present but if you have the 
   KingCON: handlers installed, then it becomes really useful.